Vcenter Namespaces Instances Stats
The Vcenter Namespaces Instances Stats schema contains the basic runtime statistics about the namespace.
This schema was added in vSphere API 7.0.0.0.
{
"cpu_used": 0,
"memory_used": 0,
"storage_used": 0
}
CPU reservation consumed by the pods in the namespace in megahertz (MHz) across all resource pools backing the namespace. This is the sum of CPU requested by pods in the Kubernetes namespace.
This property was added in vSphere API 7.0.0.0.
Memory reservation consumed by the pods in the namespace in mebibytes (MiB) across all resource pools backing the namespace. This is the sum of memory requested by pods in the Kubernetes namespace.
This property was added in vSphere API 7.0.0.0.
Storage reservation consumed by the pods in the namespace in mebibytes (MiB) across all datastores backed by storage policies assigned to the namespace. This is the sum of storage requested by the pods in the Kubernetes namespace.
This property was added in vSphere API 7.0.0.0.